home *** CD-ROM | disk | FTP | other *** search
/ PC Open 96 / PC Open 96 CD3.bin / fscommand / index.swf / scripts / DefineButton2_52 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-01-08  |  116 b   |  7 lines

  1. on(release){
  2.    _parent.tasto = tasto;
  3.    _parent.traguardi();
  4.    _parent.spegni();
  5.    this.gotoAndStop(5);
  6. }
  7.